/*$${"color":[{"val":"#3e3d42","title":"文字颜色"},{"val":"#555555","title":"信息文字颜色"},{"val":"#9e9e9e","title":"日期文字颜色"}],"background":[{"val":"#f5f5f5","title":"模块背景颜色"},{"val":"#fff","title":"信息内容背景颜色"}],"border":[{"val":"#3e3d42","title":"栏目边框线"}]}$$*/
#new_150{
	width: 100%;
	background: #f5f5f5;
	padding: 60px 0;
}
#new_150 .classname{
	width: 100%;
}
#new_150 .classname .tit-1{
	color: #3e3d42;
	font-family: arial;
	font-size: 14px;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
#new_150 .classname .tit-2{
	width: 375px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
#new_150 .classname .tit-2 .nr{
	background: #f5f5f5;
	font-size: 28px;
	color: #3e3d42;
	width: auto;
	padding: 0 10px;
	position: absolute;
	top:-18px;
	left:50%;
	transform: translateX(-50%);
	z-index:10;
	line-height: 36px;
	font-weight: bold;
}
#new_150 .classname .tit-2::before{
	position: absolute;
	content: '';
	left:50%;
	background:url(/static/images/NP00018_02.png) no-repeat center bottom;
	background-size:100%;
	width: 44px;
	height: 44px;
	bottom: 0;
	margin-left: -22px;
	z-index: 10;
}
#new_150 .classname .tit-2::after{
	position: absolute;
	border: #3e3d42 solid 1px;
	content: '';
	width: 100%;
	height: 58px;
	left:0;
	top:0;
}
#new_150 .newList{
	width: 1250px;
	margin: 0 auto;
}
#new_150 .itemLi{
	width:calc(50% - 50px);
	background: #fff;
	margin:25px;
	height: 170px;
	float: left;
}
#new_150 .imgL{
	float: left;
	height: 100%;
	width: 230px;
	overflow: hidden;
}
#new_150 .imgL img{
	width:100%; 
	height:100%;
	object-fit: cover;
	transition:transform .3s ease;
}
#new_150 .imgL:hover img{
	transform: scale(1.1);
}
#new_150 .conR{
	width: 55%;
	float: right;
	padding-right: 50px;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
@font-face {
	font-family:'siyuan';
	src: url(/static/font/SourceHanSansCN-Medium.otf);
}
#new_150 .conR .tit-1{
	font-size: 18px;
	color: #3e3d42;
	font-weight: bold;
	line-height: 45px;
	font-family: 'siyuan';
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#new_150 .conR .tit-2{
	font-size: 14px;
	color: #555555;
	line-height: 34px;
	font-family: 'siyuan';
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	max-height: 68px;
}
#new_150 .conR .date{
	font-size: 14px;
	color: #9e9e9e;
	background: url(/static/images/NP00018_01.png) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 22px;
	margin-top: 25px;
}
@media screen and (max-width:1200px){
	#new_150 .newList{
		width: 98%;
		margin: 30px 1%;
	}
	#new_150 .itemLi{
		margin: 10px 5px;
		width: calc(50% - 10px);
	}
	#new_150 .imgL{
		width: 45%;
	}
	#new_150 .conR{
		padding-right: 15px;
		width:calc(55% - 15px);
	}
	#new_150 .conR .date{
		margin-top: 10px;
	}
}
@media screen and (max-width: 992px){
	#new_150 .conR .tit-1{
		font-size: 16px;
		line-height: 32px;
	}
	#new_150 .conR .tit-2{
		line-height: 24px;
		max-height: 48px;
	}
	#new_150 .itemLi{
		height: 130px;
	}
}
@media screen and (max-width: 767px){
	#new_150{
		padding: 20px 0;
	}
	#new_150 .conR{
		width: calc(55% - 10px);
		padding-right: 10px;
	}
	#new_150 .itemLi{
		width: calc(100% - 10px);
		height: 110px;
	}
	#new_150 .classname{
		width: 80%;
		margin: 0 10%;
	}
	#new_150 .classname .tit-2{
		width: 100%;
		height: 53px;
		
	}
	#new_150 .classname .tit-2::after{
		height: 40px;
	}
	#new_150 .classname .tit-2::before{
		width: 30px;
		height: 30px;
	}
	#new_150 .classname .tit-2 .nr{
		font-size: 24px;
	}
	#new_150 .newList{
		margin: 20px 0;
		width: 100%;
		padding: 0 10px;
	}
	#new_150 .conR .date{
		margin-top: 5px;
	}
}